home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / comm / msged400.zip / msged.cfg < prev    next >
Text File  |  1996-07-24  |  9KB  |  298 lines

  1. ; ______________________________________________________________________
  2. ;
  3. ;  Msged configuration file.
  4. ; ______________________________________________________________________
  5. ;
  6. ; Configuration file.
  7. ;
  8. ; Lines beginning with ';' are considered comments - all others will be
  9. ; processed.  You may not have comments in the middle of a line of text.
  10. ;
  11. ; Conventions used for syntax:
  12. ;
  13. ; []   = option
  14. ; <>   = compulsory
  15. ; |    = or
  16. ; ""   = everything inside the two quotes will be copied
  17. ; ______________________________________________________________________
  18. ;
  19. ;
  20. ; Your name (Up to 10 names)
  21. ;
  22. ; Name <name> [<lastread filename> <useroffset for squish *.sql areas>]
  23.  
  24. Name "Joe Bloggs"   lastread 0
  25. ; Name "Fred Nurks"   lastread 0
  26.  
  27. ; ______________________________________________________________________
  28. ;
  29. ; Your Addresses - (any number, the first being the default).
  30. ;
  31. ; Address <fido address>
  32.  
  33. Address 3:666/666@fidonet
  34. ; Address 8:123/344@geeknet
  35.  
  36. ; ______________________________________________________________________
  37. ; A private-net address - should only be used when necessary.
  38.  
  39. ; Privatenet 6680
  40.  
  41. ;_______________________________________________________________
  42. ;
  43. ; Aliases, used to make header entry easy (any number).
  44. ;
  45. ; Alias <name alias> <"Real Name"> <address|UUCP> [<attribute> ["subject"]]
  46. ;
  47. ; An 'n' in the attribute field means use the current areas' default.
  48. ; You must have an attribute (even if only 'n') to have a subject.
  49.  
  50. Alias  john   "John Dennis"            3:690/668  pk "subject"
  51. Alias  colin  "Colin Wheat"            3:690/613
  52. Alias  linc   "Lincoln Dale"           3:690/626
  53. Alias  rich   "Richard Dale"           3:690/626
  54. Alias  mike   "Michael Studte"         3:690/728  n  "Yo!"
  55. Alias  area   "AreaFix"                3:690/613  n  "YOURPW -r -q"
  56. Alias  alex   "Alex Wyss"              2:301/802
  57. Alias  denis  "Denis McMahon"          2:251/20
  58. Alias  clay   "Clay Tinsley"           1:124/5125
  59. Alias  dallas "Dallas Hinton"          1:153/715
  60. Alias  brian  "Brian Heess"            1:102/851
  61. Alias  jd     "john@miyu.dialix.oz.au" UUCP       n  "Test Subject"
  62.  
  63.  
  64. ; ______________________________________________________________________
  65. ; Various and sundry.
  66.  
  67. Outfile    ?msged.txt
  68. Lastread   lastread
  69. Tosslog    +echotoss.log
  70. Swappath   c:\
  71. helpfile   msghelp.dat
  72. ; Primary and secondary user-lists (comma separated)
  73. Userlist   c:\bink\fidouser.lst
  74. ; Path to Quickbbs area
  75. ;Quickbbs  c:\quick
  76. Useroffset 0
  77. Quote      &>_ 
  78. Right      80
  79. QuoteRight 80
  80. Tabsize    4
  81. ; Enabling "Editor" means that you can use an external editor, e.g. emacs
  82. ; Editor     e 
  83.  
  84.  
  85. ; ______________________________________________________________________
  86. ; Template files
  87.  
  88. Template  template.msg
  89.  
  90.  
  91. ; ______________________________________________________________________
  92. ; Groups
  93. ;
  94. ; Must be specified BEFORE areas are - this information is used
  95. ; when creating the areas.  Note: indexes are ZERO based.
  96. ; Double Note: Must be specified AFTER the names and templates.
  97. ;
  98. ; group <"search string"> <name index> <template index>
  99. ;
  100. ; The description of each area is searched and the template/user
  101. ; information is applied to that area if there is a match.
  102. ;
  103.  
  104. ; group "a_" 1 1
  105.  
  106.  
  107. ; ______________________________________________________________________
  108. ; V7 Nodelist(s)
  109. ;
  110.  
  111. Nodepath  c:\bink\mail\nodelist
  112. ; Nodelist  fidonet nodex  sysop.ndx
  113. ; Nodelist  signet  signet sysop.ndx
  114.  
  115. ; ______________________________________________________________________
  116. ; Areafile <s[quish]|a[reas]> [filename]
  117. ;
  118.  
  119. Areafile squish c:\bink\squish.cfg
  120.  
  121. ; ______________________________________________________________________
  122. ; Lets you alter the actions of a quote *function* ie: what it does
  123. ;
  124. ;       Q = quote message
  125. ;       A = ask what area to put it in & then put in other area text
  126. ;       F = insert followup text
  127. ;       R = message is reply only - no quote
  128. ;       N = message is new, no quote & header cleared.
  129. ;
  130. ;  Note that this does not apply to the forward/redirect/move/copy
  131. ;  functions.
  132. ;
  133. ; AlterFunc <function> <what to do>
  134.  
  135. AlterFunc  ReplyQuote      Q
  136. AlterFunc  ReplyOtherArea  QA
  137. AlterFunc  ReplyFollow     QF
  138. AlterFunc  ReplyExtra      QAF
  139.  
  140.  
  141. ; ______________________________________________________________________
  142. ; Switches (default and otherwise).
  143. ; Be very careful when changing ones with <*>.  They have special
  144. ; implications (see docs).
  145. ;
  146. ; switch seen-bys   off   ; <*> display seen-by, origin + tear control info?
  147. ; switch shownotes  off   ; display kludges starting with x'01'?
  148. ; switch confirm    on    ; confirm actions such as delete?
  149. ; switch showaddr   on    ; show address in header?
  150. ; switch msgids     off   ; create msgids?
  151. ; switch opusdate   off   ;
  152. ; switch datearvd   off   ; show the date the msg arrived?
  153. ; switch chopquote  on    ; chop the end of messages?
  154. ; switch uselastr   off   ; store the highest read msg# in squish areas?
  155. ; switch qquotes    off   ; quote quotes?
  156. ; switch showcr     off   ; show CRs (as an ^T)?
  157. ; switch showeol    off   ; show the end of lines (as an ^])?
  158. ; switch realmsgn   off   ; show the real message number in <alt><l>?
  159. ; switch usemouse   on    ; do we want mouse support?
  160. ; switch soteot     on    ; <*> bracket user-text with sot/eot?
  161. ; switch savecc     off   ; save the original cc: message?
  162. ; switch rawcc      off   ; save the original as raw or formatted?
  163. ; switch editcronly on    ; show CRs in editor only
  164. ; switch usepid     off   ; use a ^aPID instead of tearline?
  165. ; switch showtime   off   ; show current time on "area" line?
  166. ; switch importfn   on    ; Add file name when importing file
  167. ; switch statbar    on    ; Use the status bar
  168. ; switch hardquote  on    ; Keep column-formatting intact when quoting
  169. ; switch showsystem on    ; Show system name in to/from
  170. ; switch extformat  on    ; Format messages created in external editor?
  171.  
  172.  
  173. switch datearvd on
  174. switch qquotes on
  175.  
  176. ; ______________________________________________________________________
  177. ; Include the colour definitions file
  178.  
  179. include msged.col
  180.  
  181. ; ______________________________________________________________________
  182. ; Area Information.
  183. ;
  184. ; Normal areas
  185. ; <squish|fido> <area-type[attributes]> <"description"> <path> <tag> [address]
  186. ;
  187. ; QuickBBS areas can be specified too, by putting board # instead of path
  188. ;
  189. ; Netmail areas
  190. ; <squish|fido> <area-type[attributes]> <"description"> <path> [address]
  191. ;
  192. ; Area-types:
  193. ;       m - netmail
  194. ;       e - echomail
  195. ;       u - uucp
  196. ;       n - news
  197. ;
  198. ; Attributes:
  199. ;       p - private
  200. ;       k - kill/sent
  201. ;
  202. ; Address = 3/4d/5d fidonet address.
  203. ;
  204.  
  205. Squish  mp   "Netmail"    c:\max\msg\netmail
  206.  
  207. ;squish  mp   "Local Net"  c:\temp\net\net
  208. ;Squish  mpk  "Netmail1"   c:\app\blah\net
  209. ;squish  e    "Udev"       c:\temp\msg\ueddev    UDDEV
  210. ;Squish  e    "Test"       c:\app\msg\test\test  TEST
  211. ;Fido    mpk  "Fido"       c:\app\msg\fido
  212. ;Fido    e    "Test Echo"  c:\app\msg\test       ETEST 8:234/23
  213. ;Fido    u    "Uucp"       c:\app\msg\news
  214. ;Quick   e    "Quickbbs echo" 3 QUICK_SUPPORT
  215.  
  216.  
  217. ; ______________________________________________________________________
  218. ; UUCP gate
  219. ;
  220. ; Uucp <gate address>
  221.  
  222. Uucp      3:50/40
  223.  
  224.  
  225. ; ______________________________________________________________________
  226. ; UUCP name to send to (normally "UUCP" but "Fredmail" is an option)
  227. ;
  228. ; UucpName <name>
  229.  
  230. ; UucpName  UUCP
  231.  
  232.  
  233. ; ______________________________________________________________________
  234. ; Domain gates.
  235. ;
  236. ; Domain <domain gate (with domain)>
  237.  
  238. ;Domain 1:345/23@rbbs
  239.  
  240.  
  241. ; ______________________________________________________________________
  242. ; Gating to perform
  243. ;
  244. ; Normally, no gating is needed.  I would recommend that zone gating
  245. ; be used only when your zone-gate tells you off for not using it -
  246. ; most modern routing software makes it obsolete anyway.
  247. ;
  248.  
  249. gate none
  250. ; gate zones
  251. ; gate domains
  252. ; gate both
  253.  
  254.  
  255. ; ______________________________________________________________________
  256. ; Default origin line to use
  257.  
  258. Origin Biggest BBS in the world
  259.  
  260.  
  261. ; ________